home *** CD-ROM | disk | FTP | other *** search
/ Learn Microsoft Visual Basic 6.0 Now / Learn Microsoft Visual Basic 6.0 Now (Microsoft Press)(X03-58607)(1998).ISO / lvb6.mdb / ProjectPaths.json < prev    next >
JavaScript Object Notation  |  1998-06-07  |  1KB

  1. {
  2.     "schema": {
  3.         "ProjectPathID": "Text (100)",
  4.         "BasePathID": "Text (50)",
  5.         "RelativePath": "Text (50)",
  6.         "PathDelim": "Text (50)",
  7.         "Description/Notes": "Memo/Hyperlink (255)"
  8.     },
  9.     "data": [
  10.         {
  11.             "ProjectPathID": "BaggageShadowDir",
  12.             "BasePathID": "db",
  13.             "RelativePath": "shadow\\baggage\\",
  14.             "PathDelim": "\\"
  15.         },
  16.         {
  17.             "ProjectPathID": "BuildDir",
  18.             "BasePathID": "install",
  19.             "RelativePath": "LVB98\\",
  20.             "PathDelim": "\\"
  21.         },
  22.         {
  23.             "ProjectPathID": "IndexDir",
  24.             "BasePathID": "db",
  25.             "RelativePath": "shadow\\index\\",
  26.             "PathDelim": "\\"
  27.         },
  28.         {
  29.             "ProjectPathID": "MediaDir",
  30.             "BasePathID": "db",
  31.             "RelativePath": "shadow\\build\\media\\",
  32.             "PathDelim": "\\"
  33.         },
  34.         {
  35.             "ProjectPathID": "NewMedia",
  36.             "BasePathID": "DatabasePath",
  37.             "RelativePath": "NewMedia\\",
  38.             "PathDelim": "\\"
  39.         },
  40.         {
  41.             "ProjectPathID": "RTFShadowDir",
  42.             "BasePathID": "db",
  43.             "RelativePath": "shadow\\rtf\\",
  44.             "PathDelim": "\\"
  45.         },
  46.         {
  47.             "ProjectPathID": "VSSini",
  48.             "BasePathID": "db",
  49.             "RelativePath": "vss\\",
  50.             "PathDelim": "\\",
  51.             "Description/Notes": "(Old name = Ssini)"
  52.         },
  53.         {
  54.             "ProjectPathID": "VssProjectRTF",
  55.             "BasePathID": "vssproject",
  56.             "RelativePath": "rtf",
  57.             "PathDelim": "/",
  58.             "Description/Notes": "used in VSS checkout/in etc to determ location to RTF files"
  59.         },
  60.         {
  61.             "ProjectPathID": "VssRtfWorkingDir",
  62.             "BasePathID": "install",
  63.             "RelativePath": "LVB98\\rtf\\",
  64.             "PathDelim": "\\",
  65.             "Description/Notes": "(Old name = SSWorkingDir)"
  66.         }
  67.     ]
  68. }